| class EQCurveEqualizer curve processing.| Visibility | Public | | Modifiers | abstract |
Public functionsPublic static functionsProtected functions| float[] GenerateLinearCurveOptimized(int sampleRate, int length, float gain) | If you have overridden GenerateLinearCurve(int, int), but not GenerateLinearCurve(int, int, float), the latter should return this for increased performance. | | float[] GenerateLogCurveOptimized(double startFreq, double endFreq, int length, float gain) | If you have overridden GenerateLogCurve(double, double, int), but not GenerateLogCurve(double, double, int, float), the latter should return this for increased performance. |
Public properties |